Item Property

Summary

An indexer definition, which allows client code to use [] notation on the class instance itself.

Syntax
C#
VB
C++
public virtual MedicalViewerSynchronizationObject Item( 
   [MedicalViewerActionType 
)(MedicalViewerActionType.md) type] { get; } 
public: 
virtual property MedicalViewerSynchronizationObject^ default [MedicalViewerActionType] { 
   MedicalViewerSynchronizationObject^ get(MedicalViewerActionType type); 
} 
Public Overridable Default ReadOnly Property Item(ByVal type As MedicalViewerActionType) As MedicalViewerSynchronizationObject 
   Get 

Parameters

type
MedicalViewerActionType enumeration that will be used as index of the collection

Property Value

MedicalViewerSynchronizationObject that represents the object with type type.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly